home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 1.5 KB | 76 lines | [TEXT/CWIE] |
- /* Resources for OpenWithCMPlugin */
- /* 1998 October 20th */
-
- #include <Balloons.r>
- #include <MacTypes.r>
-
- /* Our Strings - only three of them */
- resource 'STR#' (982,"Three strings", purgeable) {
- {
- "OpenWith Plugin Prefs",
- "Open with - Make Favourites",
- "Open With"
- }
- };
- resource 'STR ' (-16397)
- { "OpenwithCMPlugin."
- "This Contextual Menu Plugin allows you"
- " to open files with applications "
- "other than their Creator. To use this"
- " plugin drop it on an unopened System "
- "folder and Restart your Macintosh"
- };
- /* You never know, Apple might add CM Plugins to the extensions manager */
- data 'CCI™' (128,"Extensions Info") {
- "OpenwithCMPlugin."
- "This Contextual Menu Plugin allows you"
- " to open files with applications "
- "other than their Creator. To use this"
- " plugin drop it on an unopened System "
- "folder and Restart your Macintosh"
-
- };
-
- /* Finder help balloon */
- resource 'hfdr' (-5696, purgeable) {
- 2,
- 0,
- 0,
- 0,
- {
- HMStringItem {
- "OpenwithCMPlugin."
- "This Contextual Menu Plugin allows you"
- " to open files with applications "
- "other than their Creator. To use this"
- " plugin drop it on an unopened System "
- "folder and Restart your Macintosh"
- }
- }
- };
-
- resource 'vers' (1) {
- 0x1,
- 0x11,
- final,
- 0x0,
- 0,
- "1.11",
- "1.11©Peter O’Gorman 1998"
- };
-
- /* This vers is shown as the package by the extensions manager (assuming plugins are shown) */
- /* Also shown in GetInfo window in OS 8.5 */
- resource 'vers' (2) {
- 0x1,
- 0x11,
- final,
- 0x0,
- 0,
- "1.11",
- "OpenwithCMPlugin 1.11"
- };
-
-
-
-